home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / X11 / config / site.def < prev    next >
Text File  |  2006-04-12  |  5KB  |  149 lines

  1. XCOMM site:  $TOG: site.sample /main/r64_final/1 1998/02/05 16:28:49 kaleb $
  2.  
  3. /***************************************************************************
  4.  *                                                                         *
  5.  *               SITE-SPECIFIC DEFINITIONS                       *
  6.  *                                                                         *
  7.  * This file contains two halves, one included before the vendor-specific  *
  8.  * configuration file (.cf file), and one included after the .cf file.     *
  9.  * The before-half should be protected by #ifdef BeforeVendorCF, and the   *
  10.  * after-half should be protected by #ifdef AfterVendorCF.                 *
  11.  *                                                                         *
  12.  * The before-half should only set things that the .cf file depends on.    *
  13.  * For the .cf files shipped in this release, the main variables in this   *
  14.  * category are HasGcc, HasGcc2, HasCplusplus, OSMajorVersion,             *
  15.  * OSMinorVersion, and OSTeenyVersion.                                     *
  16.  *                                                                         *
  17.  * The after-half should contain all other definitions.  For example,      *
  18.  * place your ProjectRoot definition here.                                 *
  19.  *                                                                         *
  20.  * OS Major and Minor version numbers should be changed directly in the    *
  21.  * .cf file, not overridden in site.def.                                   *
  22.  *                                                                         *
  23.  ***************************************************************************/
  24. XCOMM site:  $XFree86: xc/config/cf/site.def,v 3.24 2000/06/25 20:17:29 dawes Exp $
  25.  
  26. /* if you want host-specific customization, this is one way to do it */
  27. /*
  28. #ifndef SiteIConfigFiles
  29. #define SiteIConfigFiles $(IRULESRC)/host.def
  30. #define LocalConfigFiles host.def
  31. #endif
  32. */
  33.  
  34.  
  35. #ifdef BeforeVendorCF
  36.  
  37. /*
  38.  * Include this for easy XFree86 customisations
  39.  */
  40. #ifndef SiteIConfigFiles
  41. #define SiteIConfigFiles $(IRULESRC)/xorgsite.def $(IRULESRC)/host.def
  42. #endif
  43.  
  44. #include <host.def>
  45.  
  46. #include <xorgsite.def>
  47.  
  48. /* On systems where cpp doesn't correctly expand macros in include directives
  49.  * the two following macros need to be defined directly (where "X11" is
  50.  * really whatever the TopLevelProject macro is defined to be).
  51.  */
  52. # if defined(AIXArchitecture) || defined(SVR4Architecture) || \
  53.      defined(SCOArchitecture) || defined(Win32Architecture) || \
  54.      defined(UXPArchitecture) || defined(SunArchitecture) || \
  55.      defined(DynixPtxArchitecture) || defined(i386IscArchitecture)
  56. #  ifndef ProjectRulesFile
  57. #   define ProjectRulesFile    <X11.rules>
  58. #  endif
  59. #  ifndef ProjectTmplFile
  60. #   define ProjectTmplFile    <X11.tmpl>
  61. #  endif
  62. # endif
  63.  
  64. /*
  65. #ifndef HasGcc2
  66. #define HasGcc2 YES
  67. #endif
  68. */
  69.  
  70. #endif /* BeforeVendorCF */
  71.  
  72. #ifdef AfterVendorCF
  73.  
  74. #ifndef ProjectRoot
  75. #define ProjectRoot /usr/X11R6
  76. #endif
  77.  
  78. /*
  79.  * On some platforms, some things may be installed outside of ProjectRoot
  80.  * by default.  To disable this, uncomment the following line.
  81.  *
  82. #define NothingOutsideProjectRoot YES
  83.  */
  84.  
  85. /*
  86.  * Set EtcX11Directory if you want config file links installed under
  87.  * ProjectRoot rather than in /etc/X11.  See also HasVarDirectory,
  88.  * UseEtcX11 and UseSeparateConfDir.
  89.  *
  90. #define EtcX11Directory ProjectRoot/etc
  91.  */
  92.  
  93.  
  94. /* Only set HasXdmAuth to YES if you have a Wraphelp.c file. */
  95. /* #define HasXdmAuth YES */
  96.  
  97. /*
  98. #if defined(SunArchitecture) && defined(SparcArchitecture)
  99. #define HasCodeCenter    YES
  100. #ifndef SVR4Architecture
  101. #define HasTestCenter    YES
  102. #endif
  103. #endif
  104. */
  105.  
  106. /*
  107. #ifdef __hp9000s800
  108. #define HasCodeCenter    YES
  109. #endif
  110. */
  111.  
  112. /*
  113. #if defined(SunArchitecture) && defined(SparcArchitecture) && !defined(SVR4Architecture)
  114. #define HasPurify    YES
  115. #endif
  116. */
  117.  
  118. /*
  119. #define HasSentinel    YES
  120. */
  121.  
  122. /*
  123. #undef DefaultUserPath
  124. #define DefaultUserPath /bin:/usr/bin:$(BINDIR):/usr/ucb:/usr/local/bin
  125. */
  126.  
  127.  
  128. /* You do NOT need SetUID if you only run the server under xdm */
  129. /* You MAY need SetUID if users run the server by hand or under xinit */
  130. /* Consult your system administrator before making the X server setuid */
  131. /*
  132. #if defined(SunArchitecture) && OSMajorVersion > 4
  133. #define InstallXserverSetUID YES
  134. #endif
  135. */
  136.  
  137. /* You do NOT need SetUID if you only run the server under xdm */
  138. /* You MAY need SetUID if users run the server by hand or under xinit */
  139. /* Consult your system administrator before making the X server setuid */
  140. /*
  141. #if defined(XFree86Version) || defined (XorgVersion)
  142. #define InstallXserverSetUID YES
  143. #endif
  144. */
  145.  
  146. #include <host.def>
  147.  
  148. #endif /* AfterVendorCF */
  149.